@charset "UTF-8";
/* ========================reset=============================== */
html {
  width: 100%;
}

body {
  width: 100%;
  background: #f6f7fb;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
}

input {
  outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
  display: block;
}

body {
  font-size: 12px;
  font-family: "微软雅黑";
}

a {
  text-decoration: none !important;
}

/* =======================手机端========================== */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* ========================public=============================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper img {
  width: 100%;
}

.header {
  width: 100%;
  height: 88px;
  background: #fff;
}

.header .container {
  height: 88px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 304.5px 33.5px;
  background-position: 0 center;
  display: flex;
}

.header .container .headerbtnList {
  width: 222px;
  height: 100%;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
}

.header .container .headerbtnList button {
  display: block;
  width: 106px;
  height: 100%;
  border-radius: 15px;
  font-size: 15px;
  outline: none;
}

.header .container .headerbtnList button:nth-child(1) {
  border: 1px solid #e7e7e7;
  color: #000;
  background: #fff;
}

.header .container .headerbtnList button:nth-child(2) {
  border: 0;
  color: #fff;
  background: #15569d;
}

.header .container .nav {
  width: 570px;
  padding: 28px 0;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}

.header .container .nav .nav-link {
  padding: 0 8px;
  color: #000;
}

.header .container .nav .nav-item.show .nav-link,
.header .container .nav .nav-link.active {
  color: #15569d;
  font-weight: bold;
}

.aboutUs {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 47px 0 61px;
}

.aboutUs .container .title {
  width: 100%;
  height: 61px;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-size: 268px 61px;
  background-position: 0 0;
  position: relative;
}

.aboutUs .container .title span {
  display: block;
  width: 268px;
  height: auto;
  text-align: center;
  color: #333333;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}

.aboutUs .container .aboutUsmain {
  height: 356px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

.aboutUs .container .aboutUsmain .video {
  width: 464px;
  height: 356px;
}

.aboutUs .container .aboutUsmain .video img {
  width: 100%;
  height: 100%;
  display: block;
}

.aboutUs .container .aboutUsmain .aboutUsmainL {
  width: 686px;
  height: 100%;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainLcont {
  width: 100%;
  height: 230px;
  line-height: 39px;
  color: #333333;
  font-size: 14px;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainLcont .p1 {
  text-indent: 2em;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainLcont .p2 {
  width: 100%;
  height: auto;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainLcont .p2 span {
  text-indent: 2em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainLcont .p2 span a {
  color: #d9251c;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainList {
  width: 100%;
  height: 122px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainList li {
  width: 92px;
  height: 122px;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainList li a img {
  width: 92px;
  height: 92px;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainList li a p {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.aboutUs .container .aboutUsmain .aboutUsmainL .aboutUsmainList li:hover {
  scale: 1.2;
}

.product {
  width: 100%;
  height: auto;
  background-image: url(../images/back2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 62px 0 70px;
}

.product .container .title {
  width: 100%;
  height: 61px;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-size: 481px 67px;
  background-position: center center;
  position: relative;
}

.product .container .title span {
  display: block;
  width: 268px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.product .container .productBox {
  width: 100%;
  height: auto;
  line-height: 32px;
  margin-top: 30px;
  text-indent: 2em;
  color: #afd2f9;
  font-size: 14px;
  margin-bottom: 32px;
}

.product .container .productBox2 {
  width: 100%;
  height: auto;
}

.product .container .productBox2 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.product .container .productBox2 li a div {
  width: 100%;
  height: 470px;
  border: 8px solid #fff;
  border-radius: 4px;
}

.product .container .productBox2 li a div img {
  display: block;
  width: 100%;
  height: 100%;
}

.product .container .productBox2 li a p {
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.product .container .pro_link {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.product .container .pro_link a {
  width: 204px;
  height: 46px;
  display: inline-block;
  border: 1px solid #c1d1e3;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  margin-top: 35px;
}

.Advantages {
  width: 100%;
  height: auto;
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 62px 0 70px;
}

.Advantages .container .title {
  width: 100%;
  height: 61px;
  background-image: url(../images/title3.png);
  background-repeat: no-repeat;
  background-size: 478px 69px;
  background-position: center center;
  position: relative;
}

.Advantages .container .title span {
  display: block;
  width: 268px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 25px;
  color: #333;
  font-weight: bold;
}

.Advantages .container .AdvantagesList {
  width: 100%;
  height: auto;
  margin-top: 22px;
  display: flex;
  justify-content: space-around;
}

.Advantages .container .AdvantagesList .AdvantagesLeft {
  width: 838px;
  height: 388px;
}

.Advantages .container .AdvantagesList .AdvantagesLeft .atitle {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
  color: #333333;
}
.Advantages .container .AdvantagesList .AdvantagesLeft .atitle a{
  color: #333333;    
}

.Advantages .container .AdvantagesList .AdvantagesLeft .atitle span {
  border-bottom: 4px solid #1161b9;
}

.Advantages .container .AdvantagesList .AdvantagesLeft .AdvantagesLeftList {
  width: 100%;
  height: 318px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.Advantages .container .AdvantagesList .AdvantagesLeft .AdvantagesLeftList li {
  width: 270px;
  height: 100%;
  background: #1161b9;
  border-radius: 8px;
  overflow: hidden;
}

.Advantages .container .AdvantagesList .AdvantagesLeft .AdvantagesLeftList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
}

.Advantages .container .AdvantagesList .AdvantagesLeft .AdvantagesLeftList li a img {
  width: 100%;
  height: 270px;
}

.Advantages .container .AdvantagesList .AdvantagesLeft .AdvantagesLeftList li a p {
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
}

.Advantages .container .AdvantagesList .AdvantagesRight {
  width: 328px;
  height: 388px;
}

.Advantages .container .AdvantagesList .AdvantagesRight .atitle {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
  color: #333333;
}

.Advantages .container .AdvantagesList .AdvantagesRight .atitle a{
  color: #333333;  
}

.Advantages .container .AdvantagesList .AdvantagesRight .atitle span {
  border-bottom: 4px solid #1161b9;
}

.Advantages .container .AdvantagesList .AdvantagesRight .AdvantagesRightlist {
  width: 100%;
  height: auto;
  margin-top: 18px;
}

.Advantages .container .AdvantagesList .AdvantagesRight .AdvantagesRightlist li {
  width: 100%;
  height: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}

.Advantages .container .AdvantagesList .AdvantagesRight .AdvantagesRightlist li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333333;
}

.Advantages .container .AdvantagesList .AdvantagesRight .AdvantagesRightlist li:hover a {
  color: #d9251c;
}

.footer {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.footer .footer1 {
  background: #333333;
  text-align: center;
  padding: 57px 0 42px;
  line-height: 40px;
  color: #ffffff;
  font-size: 15px;
}

.footer .footer2 {
  background: #2c2c2c;
  text-align: center;
  line-height: 58px;
  border-top: 1px solid #233b4e;
}

.footer .footer2 a {
  color: #ffffff;
  font-size: 15px;
  margin: 0 8px;
}

.news {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 62px 0 70px;
}

.news .container .title {
  width: 100%;
  height: 57px;
  background-image: url(../images/title4.png);
  background-repeat: no-repeat;
  background-size: 353px 57px;
  background-position: center center;
  position: relative;
}

.news .container .title span {
  display: block;
  width: 268px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 25px;
  color: #333;
  font-weight: bold;
}

.news .container .newsList {
  width: 100%;
  height: 285px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.news .container .newsList li {
  width: 282px;
  height: 100%;
}

.news .container .newsList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.news .container .newsList li a img {
  display: block;
  width: 100%;
  height: 214px;
}

.news .container .newsList li a p:nth-child(2) {
  color: #1161b9;
  font-size: 14px;
  margin-top: 13px;
  width: 100%;
  line-height: 29px;
}

.news .container .newsList li a p:nth-child(3) {
  color: #333333;
  font-size: 14px;
  width: 100%;
  line-height: 29px;
}

.main {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 32px 0 77px;
}

.main .container {
  display: flex;
  justify-content: space-between;
}

.main .container .main_left {
  width: 250px;
  /*height: 800px;*/
  /*background: #f2f2f2;*/
}

.main .container .main_left .main_leftTitle {
  width: 100%;
  height: 126px;
  background-image: url(../images/titleIcon.png);
  background-repeat: no-repeat;
  background-size: 203px 13px;
  background-position: center 96px;
  background-color: #2260b3;
  padding-top: 22px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.main .container .main_left .main_leftTitle p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}

.main .container .main_left .main_leftTitle p:nth-child(2) {
  font-size: 18px;
}

.main .container .main_left .nanvList {
  width: 100%;
  height: auto;
  padding: 0 30px;
  background: #f2f2f2;
}

.main .container .main_left .nanvList li {
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #d1d1d1;
}

.main .container .main_left .nanvList li .active{
    color: #2260b8;
}

.main .container .main_left .nanvList li a {
  display: block;
  width: 100%;
  height: 63px;
  padding-left: 54px;
  color: #333333;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  background-image: url(../images/IconRight.png);
  background-size: 7px 10px;
  background-position: 32px center;
  background-repeat: no-repeat;
}

.main .container .main_left .nanvList li:hover a {
  color: #2260b3;
}

.main .container .main_left .leftPhone {
  width: 100%;
  height: 165px;
  background-image: url(../images/leftphone.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 37px;
}

.main .container .main_left .leftPhone .p1 {
  width: 100%;
  height: 27px;
  background-image: url(../images/leftphoneIcon.png);
  background-size: 27px 27px;
  background-position: 66px center;
  background-repeat: no-repeat;
  padding-left: 104px;
  font-weight: bold;
  line-height: 27px;
  color: #ffffff;
  font-size: 20px;
}

.main .container .main_left .leftPhone .p2 {
  font-weight: bold;
  margin-top: 13px;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
}

.main .container .main_left .leftPhone .p3 {
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
}

.main .container .main_Right {
  width: 906px;
  height: auto;
}

.main .container .main_Right .titleLinkA {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-size: 14px;
  color: #000000;
}

.main .container .main_Right .titleLinkA span {
  width: auto;
  padding: 0 15px;
  border-bottom: 5px solid #1161b9;
  font-size: 20px;
  font-weight: bold;
}

.main .container .main_Right .titleLinkA .linkName {
  width: auto;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  background-image: url(../images/locationicon.png);
  background-repeat: no-repeat;
  background-size: 11px 15px;
  background-position: 0 center;
  color: #000000;
  font-size: 14px;
}

.main .container .main_Right .titleLinkA .linkName a {
  color: #000000;
}

.main .container .main_Right .rightBoxGsjj {
  width: 942px;
  display: flex;
  flex-wrap: wrap;
  /* 允许子元素在必要时换行 */
  
  /*justify-content: space-between;*/
  margin-top: 25px;
  
 }

.main .container .main_Right .rightBoxGsjj li {
  flex: 0 0 calc(33.333% - 20px);
  /* 固定宽度，减去间距 */
  background-color: #fff;
  color: #333;
  margin-bottom: 32px;
  height: 436px;
  margin-right: 30px;
  /* 内边距 */
  box-sizing: border-box;
  /* 确保内边距和边框不会增加元素总宽度 */
  box-shadow: 5px 5px 4px 5px #ececec;
  padding: 7px;
  border-radius: 7px;
  border-bottom: 3px solid #6191d0;
}

.main .container .main_Right .rightBoxGsjj li:nth-child(3n) {
    margin-right: 0;
  }


.main .container .main_Right .rightBoxGsjj li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
}

.main .container .main_Right .rightBoxGsjj li a p {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #333333;
  font-size: 16px;
}

.main .container .main_Right .rightBoxGsjj li a img {
  width: 100%;
  height: 378px;
  border: 1px solid #e9e9e8;
}

.main .container .main_Right .page {
  width: 100%;
  margin-top: 45px;
  height: 40px;
  text-align: center;
}

.main .container .main_Right .rightBoxxwzx {
  width: 100%;
  height: auto;
  padding-top: 12px;
}

.main .container .main_Right .rightBoxxwzx li {
  width: 100%;
  height: 52px;
  border-bottom: 1px dashed #d3d3d3;
}

.main .container .main_Right .rightBoxxwzx li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 52px;
  display: flex;
  justify-content: space-between;
  padding-left: 36px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-size: 4px 4px;
  background-position: 20px center;
}

.main .container .main_Right .rightBoxxwzx li a span:nth-child(1) {
  color: #333333;
  font-size: 16px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .container .main_Right .rightBoxxwzx li a span:nth-child(2) {
  color: #666666;
  font-size: 16px;
  flex: 1;
  text-align: right;
}

.main .container .main_Right .rightBoxxwzx li:hover {
  background: #f3f6fb;
}

.main .container .main_Right .article {
  width: 100%;
  height: auto;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
}

.main .container .main_Right .article .titleart {
  width: 100%;
  height: auto;
  line-height: 42px;
  text-align: center;
  font-size: 26px;
  color: #000000;
}

.main .container .main_Right .article .dateart {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #f3f6fb;
  color: #2260b3;
  font-size: 14px;
  margin-top: 18px;
}

.main .container .main_Right .article .articlebox {
  width: 100%;
  height: auto;
  padding-top: 26px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.main .container .main_Right .article .articlebox img {
  margin: 5px auto;
  max-width: 95%;
  height:auto!important;
}
.main .container .main_Right .article .articlebox table{
    margin:0 auto;
}

.main .container .main_Right .article .articlebox table,.main .container .main_Right .article .articlebox tr,.main .container .main_Right .article .articlebox td{ 
 border: 1px solid #000;
}
.main .container .main_Right .nextlist {
  width: 100%;
  height: auto;
  margin-top: 26px;
}

.main .container .main_Right .nextlist li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .container .main_Right .nextlist li a {
  display: block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #333333;
}

.main .container .main_Right .nextlist li a span {
  color: #1161b9;
}

.main .container .main_Right .nextlist li:hover a {
  color: #1161b9;
}
.main .container .main_Right .nextlist span{
    font-size: 16px;
}

